github.com/refraction-networking/utls.prng.Intn (method)
6 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L427: cookieIndex := p.Intn(len(hs.uconn.Extensions) - 2)
u_parrots.go#L2999: p.TLSVersMin = minTLSVersCandidates[r.Intn(len(minTLSVersCandidates))]
u_prng.go#L155: func (p *prng) Intn(n int) int {
u_prng.go#L185: n := p.Intn(max - min + 1)
u_roller.go#L26: tcpDialTimeoutInc := r.Intn(14)
u_roller.go#L29: tlsHandshakeTimeoutInc := r.Intn(20)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |